home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-10-17 | 2.0 KB | 89 lines |
- CC = cgcc
- CFLAGS = -O -I../h
- SRCS= vt.c vtansi.c vtfunc.c vtputs.c vtresize.c vtusesend.c vtsend.c
- OBJS= vt.o vtansi.o vtfunc.o vtputs.o vtresize.o vtusesend.o vtsend.o
- ALL= vt32
- all: $(ALL)
-
- $(ALL) : $(OBJS)
- touch $(ALL)
-
- clean:
- rm -f core *.o [,@#]*
-
- realclean: clean
- rm -f lib.a tags *.[A-Z] $(ALL)
-
- # End Rules
- vt.o: vt.c
- vt.o: ./vtimpl.h
- vt.o: ../h/configure.h
- vt.o: ../h/tools.h
- vt.o: ../h/configure.h
- vt.o: ../h/l_defs.h
- vt.o: ../h/stdwin.h
- vt.o: ../h/stdevent.h
- vt.o: ../h/stdtext.h
- vt.o: ../h/vt.h
- vtansi.o: vtansi.c
- vtansi.o: ./vtimpl.h
- vtansi.o: ../h/configure.h
- vtansi.o: ../h/tools.h
- vtansi.o: ../h/configure.h
- vtansi.o: ../h/l_defs.h
- vtansi.o: ../h/stdwin.h
- vtansi.o: ../h/stdevent.h
- vtansi.o: ../h/stdtext.h
- vtansi.o: ../h/vt.h
- vtfunc.o: vtfunc.c
- vtfunc.o: ./vtimpl.h
- vtfunc.o: ../h/configure.h
- vtfunc.o: ../h/tools.h
- vtfunc.o: ../h/configure.h
- vtfunc.o: ../h/l_defs.h
- vtfunc.o: ../h/stdwin.h
- vtfunc.o: ../h/stdevent.h
- vtfunc.o: ../h/stdtext.h
- vtfunc.o: ../h/vt.h
- vtputs.o: vtputs.c
- vtputs.o: ./vtimpl.h
- vtputs.o: ../h/configure.h
- vtputs.o: ../h/tools.h
- vtputs.o: ../h/configure.h
- vtputs.o: ../h/l_defs.h
- vtputs.o: ../h/stdwin.h
- vtputs.o: ../h/stdevent.h
- vtputs.o: ../h/stdtext.h
- vtputs.o: ../h/vt.h
- vtresize.o: vtresize.c
- vtresize.o: ./vtimpl.h
- vtresize.o: ../h/configure.h
- vtresize.o: ../h/tools.h
- vtresize.o: ../h/configure.h
- vtresize.o: ../h/l_defs.h
- vtresize.o: ../h/stdwin.h
- vtresize.o: ../h/stdevent.h
- vtresize.o: ../h/stdtext.h
- vtresize.o: ../h/vt.h
- vtusesend.o: vtusesend.c
- vtusesend.o: ./vtimpl.h
- vtusesend.o: ../h/configure.h
- vtusesend.o: ../h/tools.h
- vtusesend.o: ../h/configure.h
- vtusesend.o: ../h/l_defs.h
- vtusesend.o: ../h/stdwin.h
- vtusesend.o: ../h/stdevent.h
- vtusesend.o: ../h/stdtext.h
- vtusesend.o: ../h/vt.h
- vtusesend.o: ./vtserial.h
- vtsend.o: vtsend.c
- vtsend.o: ./vtimpl.h
- vtsend.o: ../h/configure.h
- vtsend.o: ../h/tools.h
- vtsend.o: ../h/configure.h
- vtsend.o: ../h/l_defs.h
- vtsend.o: ../h/stdwin.h
- vtsend.o: ../h/stdevent.h
- vtsend.o: ../h/stdtext.h
- vtsend.o: ../h/vt.h
-